Conversation
…kflows/test-helm-chart.yml)
|
This pull request updates a CI/CD workflow to use an unreleased and unstable Python version (python-version: 3.14) in .github/workflows/test-helm-chart.yml, which can introduce instability, unexpected failures, and potential security or compatibility issues; consider pinning to a released Python version (e.g., 3.11 or 3.12) or adding guards before using an unreleased interpreter.
Use of unreleased Python version in CI/CD in
|
| Vulnerability | Use of unreleased Python version in CI/CD |
|---|---|
| Description | The CI/CD workflow uses python-version: 3.14, which is an unreleased and unstable version of Python (scheduled for release in October 2025). This introduces instability, potential for unexpected failures, and reliance on software that may contain unknown bugs or security vulnerabilities, impacting the reliability and security of the build and test process. |
django-DefectDojo/.github/workflows/test-helm-chart.yml
Lines 27 to 28 in c5f98c4
All finding details can be found in the DryRun Security Dashboard.
Maffooch
approved these changes
Nov 26, 2025
Maffooch
pushed a commit
to valentijnscholten/django-DefectDojo
that referenced
this pull request
Feb 16, 2026
…kflows/test-helm-chart.yml) (DefectDojo#13774) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.0.0->v6.1.0Release Notes
actions/setup-python (actions/setup-python)
v6.1.0Compare Source
What's Changed
Enhancements:
pip-installinput by @gowridurgad in #1201Dependency and Documentation updates:
allow-prereleasesby @yarikoptic in #979New Contributors
Full Changelog: actions/setup-python@v6...v6.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.